home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.6 KB | 76 lines | [TEXT/MPS ] |
- /*
- File: Notification.idl
-
- Contains: Notification Manager interfaces
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __NOTIFICATION_IDL__
- #define __NOTIFICATION_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
- #ifndef __OSUTILS_IDL__
- #include <OSUtils.idl>
- #endif
- #endif
- #ifndef __COLLECTIONS_IDL__
- #include <Collections.idl>
- #endif
- #ifndef __KERNEL_IDL__
- #include <Kernel.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- /* ------------------ */
- #if FOR_SYSTEM8_PREEMPTIVE
- typedef OpaquePtr NotificationRef;
-
- /* notification status flags */
- typedef UInt32 NotificationStatus;
-
- /* notification tags */
- /* notification module identifiers */
- typedef OSType NotifierType;
-
- /* notification posting options */
- typedef OptionBits NotificationOptions;
-
- /* ------------------ */
- #endif
- /* ------------------ */
- /* ------------------ */
- #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
-
-
- typedef OpaquePtr NMRecPtr; /* Substituted OpaquePtr for “NMRec*” */
-
- typedef OpaquePtr NMProcPtr;
- typedef OpaquePtr NMUPP;
- typedef SOMLargeStruct NMRec; /* Derived from a struct of 36 bytes in size */
-
- /* ------------------ */
- #endif
- /* ------------------ */
-
- #endif /* __SOMIDL__ */
-
- #endif /* __NOTIFICATION_IDL__ */
-
-